WithDiskStorage(string)

Method

Namespace: Diffstore

Declared in: Diffstore.DiffstoreBuilder<TKey, TValue>


Sets up the engine to use disk storage.

Syntax

public DiffstoreBuilder<TKey, TValue> WithDiskStorage(
	string subfolder
)

Parameters

subfolder

Subfolder for files relative to the app location. Defaults to "storage".


Back to index